GET
/
v2
/
apps

Authorizations

Authorization
string
headerrequired

Query Parameters

category
string

Categories that apps must have in order to be returned in the response. The full list of valid categories can be retrieved using the category endpoint, detailed here.

ids
string

Parameter to restrict the results to apps whose ID matches those in the provided comma-separated value. Cannot be combined with category.

limit
integer

Used for paginating results. Specifies the maximum number of items to return per page. If this value is not set, it defaults to 10.

offset
integer

Used for paginating results. Specifies the offset to use.

query
string

Parameter to limit the results to apps whose titles match the provided query.

Response

200 - application/json
data
object[]
required
meta
object | null
required

Used for paginating results. Specifies the maximum number of items to return per page.

links
object | null
required

Used for paginating results. Specifies the offset to use. Defaults to 0

Was this page helpful?